home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 August / MW 8 2003 CD1.iso / Inside Macworld / Product News / gimp-1.2.4.sit / gimp-1.2.4 / devel-docs / libgimp / tmpl / gimppixmap.sgml < prev    next >
Encoding:
SGML Document  |  2003-05-20  |  1.1 KB  |  62 lines

  1. <!-- ##### SECTION Title ##### -->
  2. GimpPixmap
  3.  
  4. <!-- ##### SECTION Short_Description ##### -->
  5. Widget which creates a #GtkPixmap from XPM data.
  6.  
  7. <!-- ##### SECTION Long_Description ##### -->
  8. <para>
  9. Widget which creates a #GtkPixmap from XPM data.
  10. </para>
  11. <para>
  12. Use this widget instead of #GtkPixmap if you don't want to worry about
  13. the parent container's "realized" state.
  14. </para>
  15. <para>
  16. Note that the drawback of the easy interface is that the actual #GdkPixmap
  17. and it's mask have to be constructed every time you call gimp_pixmap_new()
  18. and cannot be cached in memory without doing bad hacks.
  19. </para>
  20.  
  21. <!-- ##### SECTION See_Also ##### -->
  22. <para>
  23. gimp_pixmap_button_new()
  24. </para>
  25. <para>
  26. #GtkPixmap
  27. </para>
  28.  
  29. <!-- ##### STRUCT GimpPixmap ##### -->
  30. <para>
  31.  
  32. </para>
  33.  
  34.  
  35. <!-- ##### MACRO GIMP_PIXMAP ##### -->
  36. <para>
  37. Checks if the passed pointer is a pointer to a #GimpPixmap and
  38. performs the cast if valid.
  39. </para>
  40.  
  41. @obj: The pointer to cast.
  42.  
  43.  
  44. <!-- ##### FUNCTION gimp_pixmap_new ##### -->
  45. <para>
  46.  
  47. </para>
  48.  
  49. @xpm_data: 
  50. @Returns: 
  51.  
  52.  
  53. <!-- ##### FUNCTION gimp_pixmap_set ##### -->
  54. <para>
  55.  
  56. </para>
  57.  
  58. @pixmap: 
  59. @xpm_data: 
  60.  
  61.  
  62.